Welcome to IT103F Web Publishing
Main Topics
Understand Internet and World Wide Web
Construct Static Web Pages Using HTML Tags
Adding Style to Web Pages
Class Topics
Assignment and Grading:
Tutorial
Revise your notes and attempt all tutorial questions. Actively involve in the discussion.
Participation marks will be given.
Practicals
Go through the practical worksheet, complete the exercises and submit in Blackboard.
Participation marks will be given.
Consultation:
Clarify your doubts with your tutors during the practical hours.
#include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
main(int argc, char *argv[])
{
char mess[80];
printf("This is a demo..");
}
Character Entities:
Copyright: ©
Registered: ®
Multiply: ×
Divide: ÷
Fahrenheit: ℉
Coffee: ☕
1 apple is $1.00 and 1 orange is 90¢. How much is 2 apples and 2 oranges?
Answer:
($1.00 × 2) + ($0.90 × 2) = $3.80© Jackie 2022
- Item 1
- Item 2
- Item 3
- Item 1
- Item 2
- Item 3
- Hi
- A form of greeting.
- Bye
- The opposite of hi.
Column 1 | Column 2 |
---|---|
Cell | Cell |
Cell | Cell |
My Favourite Websites
Practical 1
NYP Website
NYP Website (New Tab)
If you encounter any issues, please email us here.
Back To Top
Counter